abstraction programming

英 [æbˈstrækʃn ˈprəʊɡræmɪŋ] 美 [æbˈstrækʃn ˈproʊɡræmɪŋ]

抽象程序设计

计算机



双语例句

  1. Higher-order functions form the foundation of functional programming, which most believe represents a higher level of abstraction than pure object-oriented programming.
    高阶函数是函数式编程的基础,对比面向对象编程,函数式编程代表了更高级别的抽象。
  2. JSP technology provides a very useful abstraction on top of the Servlet architecture, letting Web designers focus more on content presentation, and less on programming details.
    JSP技术提供了Servlet架构之上的一个非常有用的抽象,它让Web设计者可以着重关注内容表示,而只要求知道较少的编程细节。
  3. Conventional abstraction mechanisms of general purpose programming languages such as methods and classes, are no longer sufficient for creating new abstraction layers.
    通用语言中的传统的抽象机制,如方法和类,已不足以满足建立新的抽象层次的需要。
  4. A Query Builder API offering a new layer of abstraction on top of the existing Query API in order to hide complexity and reduce programming errors.
    查询构建器API在现有的查询API基础上新增一抽象层,旨在隐藏原有API的复杂性,减少编程错误。
  5. Data structure have been a difficult part in studying or programming because of its abstraction and theory profundity, and case-studying teaching and programming training with realistic model is the trend of teaching reform.
    数据结构一向以它的抽象性和理论深度成为学习或编程的难点,结合现实模型进行案例分析式教学与编程训练是教学改革的趋势。
  6. ABSTRACTION Support for dynamic reconfiguration and high-level programming of CORBA-based distributed applications
    CORBA应用的动态配置和抽象编程模型
  7. Secondly, we finished the hardware drive programming and called them HAL ( Hardware Abstraction Layer). The HAL was used by upper layer user or system.
    第二步的工作就是完成该开发板上的外部设备驱动程序编写,把底层跟硬件相关的东西做成硬件抽象层HAL(HardwareAbstractionLayer),供上层用户或操作系统调用。
  8. Some of the important issues, such as abstraction, expressiveness and flexibility of representation in the transformational programming language and correctness of the transformational program are discussed in the later part of this paper.
    最后,讨论了变换型语言表示的抽象性,一般性和控制的灵活性,以及变换型程序的正确性等问题。
  9. In Android application framework layer, CMMB Service module is designed, realize the abstraction of demodulator, demux function and application programming interface for upper layer.
    在Android的应用程序框架层,设计了CMMBService模块,实现了抽象解调器,解复用,以及向上层提供编程接口的功能。
  10. Most existing parallel programming systems suffer a low abstraction level, and parallel programming within them is difficult.
    现有并行程序设计系统普遍存在抽象层次较低、程序开发困难的问题。
  11. Currently, the software component technology becomes the core technology to support software reuse. But many problems still exist, such as inflexible component assembly mechanism, lack of abstraction of component services and lack of programming languages for supporting component development and assembly directly.
    目前,软件构件技术发展成为支持软件复用的核心技术,但是这种技术面临着许多问题,比如构件组装机制不够灵活,构件服务抽象能力欠缺,没有编程语言直接支持构件开发和组装等。
  12. The key problem that we would like to solve is how to promote the abstraction level of parallel programming models and their corresponding parallel programming systems, support the development of generic parallel data structures and algorithms, and finally promote the productivity of parallel programming.
    因此,如何提高并行程序设计模型和相应并行程序设计系统的抽象层次,支持通用并行数据结构和算法的开发,并最终提高并行程序开发的效率,成为并行计算中需要解决的关键问题。
  13. Object-oriented paradigm ( OOP) is based on the cognizance method of human being, the information hiding and data abstraction principles of OOP is the key of resolving complex problems and building parallel programming.
    面向对象是一种基于人类认知规律的方法学,它所倡导的抽象分层原则是解决复杂问题的关键。